home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / OS⁄Toolbox / Apple Events / AE Word Services 1.0d6 / Library Source / FindProcess.h < prev    next >
Encoding:
Text File  |  1992-04-22  |  305 b   |  10 lines  |  [TEXT/KAHL]

  1. /* FindProcess.h
  2.  * Interface to routine  to find a process, and get information about it.  From IM IV, p. 29-11
  3.  * 22 Apr 92 Mike Crawford
  4.  */
  5.  
  6. Boolean FindAProcess( OSType signature,
  7.                         ProcessSerialNumber *psnPtr,
  8.                         ProcessInfoRec *pInfoPtr,
  9.                         FSSpecPtr fSpecPtr,
  10.                         StringPtr    procName );